Title: XML Serialization and Deserialization of Objects
Description: Serialize and Deserialize COM Components to and from XML with this handy code. Based upon the code sample at http://www.xml.com/pub/a/1999/09/serialization/index3.html - except this one actually works and is well documented. Persist all of the properties of a COM Component via XML, provided that a specific Interface is implemented and required functions are populated. Can be used for object persistance, transferring COM Component state between computers, and much more. Code is self-documented.
This file came from Planet-Source-Code.com...the home millions of lines of source code
You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=52397&lngWId=1

The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
